home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Presen…tion Library 1994 January
/
ARPL-Jan94-Disc2of2-Partner-Edition.iso
/
Applications
/
Databases
/
GQL V3.1 Demo Folder
/
GQL⁄User
/
GQL_User.rsrc
/
STR#_1310.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-07-07
|
453 b
|
45 lines
Tera
Tera
select Tablename,DataBaseName,TableKind from DBC.Tables where (TableKind = 'T' or TableKind = 'V') and DataBaseName <> 'CRASHDUMPS' and DataBaseName = '^creator^' and Tablename like '^table^' ^3;
select * from ^1.^0;
ERROR
ERROR
create table ^0 (^1);
^0 ^1^2
drop table ^0;
select count(*) from ^1;
select distinct ^0 from ^1 ;
update ^0 set ^1 where ^2;
insert into ^0 (^1) values (^2);
delete from ^0 where ^2;